home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 3-Pak - Disc 2
/
Infomagic - Windows 3-Pak (Disc 2 of 3).iso
/
FTP-Clients
/
lftp261.exe
/
0
/
RCDATA
/
TFRMREG
/
TFRMREG.txt
Wrap
Text File
|
1999-09-07
|
2KB
|
94 lines
object frmReg: TfrmReg
Left = 237
Top = 219
BorderStyle = bsDialog
Caption = 'Register'
ClientHeight = 101
ClientWidth = 271
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = True
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lblName: TLabel
Left = 25
Top = 16
Width = 53
Height = 13
Alignment = taRightJustify
Caption = 'User Name'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object Label1: TLabel
Left = 12
Top = 46
Width = 66
Height = 13
Alignment = taRightJustify
Caption = 'Serial Number'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
end
object txtUserName: TEdit
Left = 85
Top = 13
Width = 166
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnChange = txtUserNameChange
end
object txtSerial: TEdit
Left = 85
Top = 42
Width = 166
Height = 21
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 1
OnChange = txtUserNameChange
end
object btnOk: TButton
Left = 72
Top = 72
Width = 56
Height = 20
Caption = '&OK'
TabOrder = 2
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 143
Top = 72
Width = 56
Height = 20
Caption = 'Ca&ncel'
ModalResult = 2
TabOrder = 3
end
end